ImageGear .NET v24.12 - Updated
RemoveAt Method (NativeObjectArray<T,TParentType>)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms.Internal Namespace > NativeObjectArray<T,TParentType> Class : RemoveAt Method
Index of item for removing from list.
Removes the item from the list by specified index.
Syntax
'Declaration
 
Public Overridable Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As NativeObjectArray(Of T,TParentType)
Dim index As Integer
 
instance.RemoveAt(index)
public virtual void RemoveAt( 
   int index
)
public: virtual void RemoveAt( 
   int index
) 
public:
virtual void RemoveAt( 
   int index
) 

Parameters

index
Index of item for removing from list.
Exceptions
ExceptionDescription
Item specified by index does not exist
See Also

Reference

NativeObjectArray<T,TParentType> Class
NativeObjectArray<T,TParentType> Members